net/http.http2clientConnReadLoop.endStreamError (method)

8 uses

	net/http (current package)
		h2_bundle.go#L8827: 				rl.endStreamError(cs, se)
		h2_bundle.go#L8883: 		rl.endStreamError(cs, http2StreamError{
		h2_bundle.go#L8912: 		rl.endStreamError(cs, http2StreamError{
		h2_bundle.go#L9229: 		rl.endStreamError(cs, http2StreamError{
		h2_bundle.go#L9237: 		rl.endStreamError(cs, http2StreamError{
		h2_bundle.go#L9246: 			rl.endStreamError(cs, http2StreamError{
		h2_bundle.go#L9297: 			rl.endStreamError(cs, err)
		h2_bundle.go#L9324: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {